Elements used for data - driven testing 用于數(shù)據(jù)驅(qū)動(dòng)測試的元素
Provides data source - specific information for data - driven testing 為數(shù)據(jù)驅(qū)動(dòng)測試提供數(shù)據(jù)源特定的信息。
Specifies constants that indicate how data rows are accessed in data - driven testing 指定常數(shù),這些常數(shù)指示如何在數(shù)據(jù)驅(qū)動(dòng)測試中訪問數(shù)據(jù)行。
And lastname is the name of a valid column in the row associated with the current iteration of the data - driven test , lastname是以下行中某個(gè)有效列的名稱,該行與數(shù)據(jù)驅(qū)動(dòng)的測試的當(dāng)前迭代關(guān)聯(lián)。
You can double - click any one of the rows in this table to see additional details about that iteration of the data - driven test 可以雙擊此表中的任意一行,查看有關(guān)數(shù)據(jù)驅(qū)動(dòng)測試迭代的其他詳細(xì)信息。
Data-driven testing (DDT) is a term used in the testing of computer software to describe testing done using a table of conditions directly as test inputs and verifiable outputs as well as the process where test environment settings and control are not hard-coded. In the simplest form the tester supplies the inputs from a row in the table and expects the outputs which occur in the same row.